home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dino Crisis Digital Press Kit
/
Dino Crisis Digital Press Kit.iso
/
mac
/
t
/
00009_Script_9
< prev
next >
Wrap
Text File
|
1999-08-20
|
821b
|
29 lines
on exitFrame
checkrolls
checkblip
checkrolls2
checksound
put the movietime of sprite 10 into field 165
if the movietime of sprite 10 > 6896 then
set the visible of sprite 120 to true
set the visible of sprite 10 to false
set the visible of sprite 19 to false
set the visible of sprite 20 to false
set the visible of sprite 21 to false
set the visible of sprite 22 to true
set the visible of sprite 23 to false
---
updatestage
else
set the visible of sprite 120 to false
set the visible of sprite 10 to true
--set the visible of sprite 19 to false
--set the visible of sprite 21 to false
--set the visible of sprite 22 to false
--set the visible of sprite 23 to false
updatestage
end if
go to the frame
end